home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
reminder
/
remplay.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-04-11
|
339b
|
14 lines
/* Run Upd if necessary, play a given sample */
/* Use with Reminder by selecting ARexx script mode and entering
"RemPlay sampleid" in Comm/Script-gadget, where "sampleid" is an
id specidied in your Upd.ids file */
parse arg id
if (~show('P','PLAY')) then
address 'COMMAND' 'run >NIL: Progs:Upd -b 10000'
address PLAY "id" id